home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Whiteline: delta
/
whiteline CD Series - delta.iso
/
progtool
/
gnu
/
gnushell
/
examples
/
example.prj
next >
Wrap
Text File
|
1995-11-25
|
1KB
|
35 lines
# ====================================================================
# Beispiel-Projektfile für GNUShell
# ====================================================================
# Es bestehen folgende Abhängigkeiten:
#
# MAIN.TOS
# MAIN.OBJ
# MAIN.C
# MODUL1.H
# MODUL2.H
# MODUL1.OBJ
# MODUL1.C
# MODUL1.H
# MODUL2.OBJ
# MODUL2.C
# MODUL2.H
# -------------------------------------------------------------------
# alle C-Files sollen mit der Option -c (nur compilieren),
# -mshort (16bit Integer) und -Wall uebersetzt werden,
# das Modul MODUL2.C zusaetzlich mit -pedantic.
# Zum Debuggen werden zusaetzlich die Optionen
# -g -D__NO__INLINE__ (Debug-Informationen) benoetigt.
# Dabei ist ein zweiter Link-Durchlauf mit dem Projektfile
# EXDEBUG.PRJ notwendig.
# ====================================================================
MAIN.TOS
#.C [-c -mshort -Wall] # Ohne Debug-Information
.C [-c -g -mshort -Wall -D__NO__INLINE__] # Mit Debug-Information
=
MAIN.C (MODUL1.H MODUL2.H)
MODUL1.C (MODUL1.H)
MODUL2.C [-pedantic] (MODUL2.H)
GNU16.OLB